for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
/*!
* wavefile
* Read & write wave files with 8, 16, 24, 32 PCM, 32 IEEE & 64-bit data.
* Copyright (c) 2017 Rafael da Silva Rocha. MIT License.
* https://github.com/rochars/wavefile
*
*/
const wavefile = require("./src/wavefileinterface");
module.exports.WaveFile = wavefile.WaveFile;